home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / cpcl.zip / DOWNLOAD.DOC < prev    next >
Text File  |  1991-08-29  |  4KB  |  105 lines

  1.                                                                August 29, 1991
  2.  
  3.                            DOWNLOAD Version 1.2
  4.                             UNLOAD Version 1.1
  5.  
  6.        (C) Copyright 1989, 1991 by TaxWare, PO Box 2014, Provo, UT  84603
  7.                             All rights reserved
  8.  
  9.     DOWNLOAD and UNLOAD are utilities used to download and unload soft fonts
  10. and graphic macros to/from the printer memory of HP LaserJet (and compatible) 
  11. printers.  DOWNLOAD and UNLOAD are generally included as supplemental utilities 
  12. with other shareware and commercial software from TaxWare.
  13.  
  14. ***************************** DOWNLOAD ****************************************
  15.  
  16. DOWNLOADing a soft font file or graphic macro to the printer's memory allows
  17. you to access the same from within your software.  Refer to your printer manual
  18. or software reference manual to determine how to access downloaded fonts and 
  19. macros from within your software.
  20.  
  21. Usage
  22.  
  23. Type DOWNLOAD or UNLOAD at the DOS prompt to receive usage help for either
  24. utility.  For DOWNLOAD, the following screen (or a similar screen) will appear:
  25.  
  26.   DOWNLOAD Version 1.2 - Downloader For HP Soft Fonts And Macros
  27.   (C) Copyright TaxWare 1989, 1991.  All Rights Reserved.
  28.  
  29.   Usage: DOWNLOAD macroFile /M# [/O] [/L] [/C] [/P or /T] [/1 or /2 or /3]
  30.          DOWNLOAD fontFile /I# [/P or /T] [/1 or /2 or /3]
  31.  
  32.   Brackets [] indicate optional parameters
  33.   macroFile - file containing the macro escape sequences
  34.   fontFile - soft font file to be downloaded
  35.   /I# is a font ID you must assign to the font (ex: /I85)
  36.   /M# is a macro ID you must assign to the macro (ex: /M31)
  37.   /O print macro on every page
  38.   /L download macro for landscape (envelope) printing
  39.   /C restore printer cursor to its pre-macro position
  40.   /P or /T font or macro status (Permanent (default) or Temporary)
  41.   /1, /2 or /3 is the printer number (1 = LPT1, and so on); default is /1
  42.  
  43. Examples
  44.  
  45. The following example downloads the soft font file HV140RPN.SFP with a font ID 
  46. of 25 to printer LPT1 and with a permanent status.
  47.  
  48.     >DOWNLOAD HV140RPN.SFP /I25 /P /1
  49.     
  50. Because the status defaults to "Permanent" and the printer defaults to LPT1, 
  51. the following example will yield the same results as the first example.
  52.  
  53.     >DOWNLOAD HV140RPN.SFP /I25
  54.  
  55. The following examples download the graphic macro file LOGO.PCL with a macro ID
  56. of 1 and Permanent status to the printer LPT1.  The macro can then be accessed 
  57. as your software permits.
  58.  
  59.     >DOWNLOAD LOGO.PCL /M1 /P /1
  60.     >DOWNLOAD LOGO.PCL /M1 /1
  61.     >DOWNLOAD LOGO.PCL /M1 /P
  62.     >DOWNLOAD LOGO.PCL /M1
  63.  
  64. You can also download a graphic macro as a macro overlay by using the /O option
  65. as in the following example.  This means that the macro will print in the same
  66. place on every page until it is unloaded (if Permanent status), or until the
  67. printer is reset (if Temporary status).  It is not recommended that you use the
  68. overlay option unless you have a thorough understanding of what you are doing.
  69.  
  70.     >DOWNLOAD LOGO.PCL /M1 /O
  71.  
  72. ******************************* UNLOAD ****************************************
  73.  
  74. UNLOADing a font or a graphic macro from the printer memory frees the memory
  75. taken up by the font or the graphic macro.  Fonts and graphic macros which you
  76. have downloaded should be unloaded from the printers memory when you no longer
  77. need them, thus allowing the printer memory to be utilized for other work.
  78.  
  79. Usage
  80.  
  81. For UNLOAD, the following screen (or a similar screen) will appear:
  82.  
  83.   Usage: UNLOAD /M# [/1 or /2 or /3]
  84.          UNLOAD /I# [/1 or /2 or /3]
  85.  
  86.   Brackets [] indicate optional parameters
  87.   inputFile is the name of a file containing download information
  88.   /M# unloads the macro with the assigned macro ID #
  89.   /I# unloads the font with the assigned font ID #
  90.   /1, /2 or /3 is the printer number (1 = LPT1, and so on); default is /1
  91.  
  92. Examples
  93.  
  94. The following example unloads the graphic macro with an ID of 31 from the 
  95. printer's memory.  The graphic macro may or may not have been downloaded as
  96. an "overlay" macro.
  97.  
  98.     >UNLOAD /M31
  99.  
  100. The following example unloads the soft font having a font ID of 6 from the
  101. printer's memory.
  102.  
  103.     >UNLOAD /I6
  104.  
  105.